Skip to content

Update vue-cli monorepo to v5#139

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vue-cli-monorepo
Open

Update vue-cli monorepo to v5#139
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vue-cli-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Sep 25, 2022

This PR contains the following updates:

Package Change Age Confidence
@vue/cli-plugin-eslint (source) 4.4.65.0.9 age confidence
@vue/cli-plugin-typescript (source) 4.4.65.0.9 age confidence
@vue/cli-plugin-unit-jest (source) 4.4.65.0.9 age confidence
@vue/cli-service (source) 4.4.65.0.9 age confidence

Release Notes

vuejs/vue-cli (@​vue/cli-plugin-eslint)

v5.0.9

Compare Source

🐛 Bug Fix
Committers: 2

v5.0.8

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-ui
    • 07052c4 fix: Vue CLI UI graphql subscription server error, fixes #​7221

v5.0.7

Compare Source

  • @vue/cli-service
  • @vue/cli-ui
    • #​7210 chore: upgrade to apollo-server-express 3.x
Committers: 2

v5.0.6

Compare Source

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v5.0.5

Compare Source

🐛 Bug Fix
Committers: 3

v5.0.4

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain
Committers: 1

v5.0.3

Compare Source

🐛 Bug Fix
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v5.0.2

Compare Source

🐛 Bug Fix
Committers: 2

v5.0.1

Compare Source

Same as 5.0.0.

v5.0.0

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 13

v4.5.19

Compare Source

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target.
If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix
  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Compare Source

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

Compare Source

🐛 Bug Fix
  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain
Committers: 1

v4.5.16

Compare Source

🐛 Bug Fix
  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Compare Source

Bug Fixes
  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files.
Fixes compatibility with pinia.

v4.5.14

Compare Source

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI.
We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

v4.5.13

Compare Source

🐛 Bug Fix
Others
Committers: 3

v4.5.12

Compare Source

  • bump vue-codemod to work around an NPM hoisting bug
  • bump minimum required JSX preset / plugin versions, fixes vuejs/jsx#183
  • bump default typescript version to 4.1 and prettier version to 2.x for new projects, fixes #​6299

v4.5.11

Compare Source

🐛 Bug Fix
Committers: 1

v4.5.10

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-unit-mocha
  • @vue/cli-plugin-unit-mocha, @vue/cli-service
  • @vue/cli-ui
  • @vue/cli-service-global, @vue/cli-service
Committers: 3

v4.5.9

Compare Source

🚀 New Features
Committers: 1

v4.5.8

Compare Source

🐛 Bug Fix
Committers: 2

v4.5.7

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
  • @vue/cli-plugin-pwa, @vue/cli-service
📝 Documentation
Committers: 4

v4.5.6

Compare Source

🐛 Bug Fix
Committers: 1

v4.5.5

Compare Source

🐛 Bug Fix
🏠 Internal
  • @vue/cli-ui
    • #​3687 perf(ui): improve get folder list to use Promises instead of sync (@​pikax)
🔨 Underlying Tools
  • @vue/babel-preset-app
Committers: 8

v4.5.4

Compare Source

🐛 Bug Fix
Committers: 3

v4.5.3

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-plugin-e2e-webdriverio, @vue/cli-plugin-typescript
    • #​5769 fix: add missing mocha type if wdio is not installed along with any unit testing frameworks (@​sodatea)
  • @vue/cli-plugin-typescript
Committers: 1

v4.5.2

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-typescript
📝 Documentation
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
🏠 Internal
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
Committers: 3

v4.5.1

Compare Source

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target.
If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix
  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.0

Compare Source

🚀 New Features
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-plugin-vuex, @vue/cli-service, @vue/cli-test-utils, @vue/cli-ui, @vue/cli
  • @vue/cli-plugin-typescript
  • @vue/cli-service, @vue/cli-test-utils, @vue/cli
  • @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli-service, @vue/cli
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 7

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch 2 times, most recently from 398469b to bad9d0d Compare August 13, 2025 11:34
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch 2 times, most recently from ebb9d36 to 1999195 Compare August 21, 2025 11:50
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 1999195 to d2108d7 Compare August 31, 2025 13:46
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from d2108d7 to 6478c79 Compare September 25, 2025 19:59
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 6478c79 to 7a2e89b Compare October 21, 2025 10:44
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 7a2e89b to d62fae0 Compare November 10, 2025 21:15
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from d62fae0 to 6b4d8ff Compare November 18, 2025 22:41
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 6b4d8ff to 95ce8ad Compare December 3, 2025 18:33
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 95ce8ad to f92f682 Compare December 31, 2025 14:44
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from f92f682 to c5b3769 Compare January 8, 2026 18:35
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch 2 times, most recently from 10d3b3b to 8883a4d Compare January 23, 2026 19:52
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 8883a4d to a8118f5 Compare February 2, 2026 21:27
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch 2 times, most recently from 4917b75 to 411994c Compare February 17, 2026 19:37
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 411994c to 0bd1902 Compare March 5, 2026 15:43
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 0bd1902 to e1fcc5d Compare March 13, 2026 14:03
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from e1fcc5d to 507bd8d Compare April 1, 2026 17:17
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 507bd8d to 7236b22 Compare April 8, 2026 20:53
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 7236b22 to 8d29eaa Compare April 29, 2026 19:42
@renovate renovate Bot changed the title Update vue-cli monorepo to v5 (major) Update vue-cli monorepo to v5 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-vue-cli-monorepo branch from 8d29eaa to 07d6bd8 Compare May 12, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants